projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7dd5e2
)
(nil and t): Do not use `iff' in documentation.
author
Glenn Morris
<rgm@gnu.org>
Wed, 8 Aug 2007 07:41:51 +0000
(07:41 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 8 Aug 2007 07:41:51 +0000
(07:41 +0000)
lispref/intro.texi
patch
|
blob
|
history
diff --git
a/lispref/intro.texi
b/lispref/intro.texi
index 35566603b7cb12aa922720676b6b7ed49e68a936..ed0fd1c0699f6cae2ecce02d810a3c8e4edb371d 100644
(file)
--- a/
lispref/intro.texi
+++ b/
lispref/intro.texi
@@
-213,7
+213,7
@@
values results in a @code{setting-constant} error. @xref{Constant
Variables}.
@defun booleanp object
-Return non-nil if
f
@var{object} is one of the two canonical boolean
+Return non-nil if @var{object} is one of the two canonical boolean
values: @code{t} or @code{nil}.
@end defun